Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/

icon.png /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/icon.png
140 Views
0 Comments
Media file
index.html /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/index.html
441 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/script.js
241 Views
0 Comments
// taking input element
const celsius =document.getElementById('celsius');
const fahrenheit =document.getElementById('fahrenheit
style.css /cody/swapnilsparsh/30DaysOfJavaScript/52 - Temperature Convertor/style.css
180 Views
0 Comments
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-color: #19172e;
height: 100vh;